Welcome![Sign In][Sign Up]
Location:
Search - crossover matlab

Search list

[Other resourcematlab遗传算法程序(new)

Description: 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!-GA MATLB procedures, there are genetic algorithm selection, crossover and mutation function, some simple examples MABTLAB GA!
Platform: | Size: 6867 | Author: enao | Hits:

[AI-NN-PR差别算法matlab源码

Description: 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-Particle Swarm Optimization (PSO) is an evolutionary technology (evolutionary computation). Predatory birds originated from the research PSO with similar genetic algorithm is based on iterative optimization tools. Initialize the system for a group of random solutions, through iterative search for the optimal values. However, there is no genetic algorithm with the cross- (crossover) and the variation (mutation). But particles in the solution space following the optimal particle search. The steps detailed chapter on the future of genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function optimization, neural networks, fuzzy systems control and other genetic algorithm applications
Platform: | Size: 16384 | Author: | Hits:

[matlabmatlab遗传算法程序(new)

Description: 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!-GA MATLB procedures, there are genetic algorithm selection, crossover and mutation function, some simple examples MABTLAB GA!
Platform: | Size: 6144 | Author: enao | Hits:

[matlabcrossover

Description: matlab环境下的遗传算法交叉程序,有不当之处敬请指教-Matlab environment of cross-GA procedures, it can be faulted Comments enlighten
Platform: | Size: 1024 | Author: 闫小月 | Hits:

[matlabMatlab2

Description: :Matlab遗传算法(GA)优4~-r-具箱是基于基本操作及终止条件、二进制和十进制相互转换等操作的综合 函数库。其实现步骤包括:通过输入及输出函数求出遗传算法主函数、初始种群的生成函数,采用选择、交叉、变异 操作求得基本遗传操作函数。以函数仿真为例,对该函数优化和GA改进,只需改写函数m文件形式即可。-: Matlab genetic algorithm (GA) U 4 ~-r-a box is based on the basic operation and termination conditions, binary and decimal conversion operation, such as a comprehensive function library. The realization of these steps include: input and output functions through the genetic algorithm to derive the main function, initial population generation function, the use of selection, crossover, mutation operation to achieve the basic function of genetic manipulation. Simulation in order to function as an example, the GA function optimization and improvement, just rewritten m the form of a document can function.
Platform: | Size: 117760 | Author: icyrock | Hits:

[AI-NN-PRGA

Description: matlab编写的遗传算法优化程序,采用随机配对交叉,多点交叉,两点交叉,编译对目标函数进行优化-matlab genetic algorithm to optimize the preparation procedures, using a random cross-matching, multi-point crossover, two cross-cutting, the compiler of the objective function to optimize
Platform: | Size: 1024 | Author: 夏雨泽 | Hits:

[matlabfga

Description: 遗传算法MATLAB函数程序,格雷编码,均匀,多点交叉,倒位操作-Genetic Algorithm MATLAB function procedures, Gray coding, uniform, multi-point crossover, inversion operation
Platform: | Size: 3072 | Author: 高兴 | Hits:

[AI-NN-PRmatlab-SGACODE

Description: maltab遗传算法源程序,此程序为一个一个的小程序分开的,很完整。包括编码,设定初始种群,交叉,变异,及结束条件等-maltab genetic algorithm source code, this procedure a small as a separate process, it is complete. Including encoding, set the initial population, crossover and mutation, and the end conditions
Platform: | Size: 7168 | Author: joean | Hits:

[matlabMATLAB

Description: 《MATLAB程序设计教程》电子教案~~~有助于matlab学习-" MATLAB Programming Guide" e-lesson plans ~ ~ ~ help matlab learning
Platform: | Size: 190464 | Author: zhengzhaohui | Hits:

[AI-NN-PRMATLAB-genetic-algorithm-toolbox

Description: 介绍遗传算法的原理,流程。详细展示了交叉,变异,选择等算子。同时,还介绍了谢菲尔德大学遗传工具箱的使用 。本书对初学遗传算法者很有帮助。-Introduce the principle of genetic algorithms, processes. Detail shows crossover, mutation, selection operator. Meanwhile, the University of Sheffield also introduced the use of genetic toolbox. Genetic algorithms for beginners who book very helpful.
Platform: | Size: 9717760 | Author: CaoJunlong | Hits:

[matlab终板 matlab程序

Description: 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!(GA MATLB procedures, there are genetic algorithm selection, crossover and mutation function, some simple examples MABTLAB GA!)
Platform: | Size: 89088 | Author: Cookie_upc | Hits:

[matlab用MATLAB实现遗传算法程序.pdf

Description: 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) under certain coding schemes, an initial population is randomly generated; 2) use the corresponding decoding method to convert the encoded individuals into questions The decision variable of the problem space is obtained and the fitness value of the individual is obtained; 3) according to the size of individual fitness, the fitness is selected from the population Larger individuals constitute mating pools; 4) by crossover and mutation, these two genetic operators are pairs of mating pools Individuals operate and form a new generation of populations; 5) repeat step 2-4 until the convergence criterion is satisfied.)
Platform: | Size: 76800 | Author: 傲视天下 | Hits:

[Mathimatics-Numerical algorithmsmatlab遗传算法程序_2017

Description: MATLB做的经典遗传算法程序,包括算法的选择、交叉、变异函数,以及一些简单的MABTLAB遗传算法例子!(Classical genetic algorithm MATLB program, including the selection of algorithms, crossover, variogram, and some simple examples of MABTLAB genetic algorithm!)
Platform: | Size: 54272 | Author: wliaoc | Hits:

[matlabMatlab遗传算法的部分映射交叉算子(pmx)源码

Description: Matlab遗传算法的部分映射交叉算子(pmx)源码(Partial mapping crossover operator (PMX) source code of Matlab genetic algorithm)
Platform: | Size: 1024 | Author: jadee | Hits:

[matlabfunction crossover mutation selection

Description: use crossover, mutation, selection
Platform: | Size: 10240 | Author: cicily | Hits:

[matlabfunction crossover mutation selection

Description: 利用matlab实现变异,交叉,选择等功能(crossover, mutation with MATLAB)
Platform: | Size: 10240 | Author: cicicily | Hits:

[matlabfunction crossover mutation &selection

Description: 利用matlab实现种群的选择,交叉,变异等功能(realize of selection, mutation and crossover)
Platform: | Size: 10240 | Author: cicicicil | Hits:

[AI-NN-PRMATLAB genetic algorithm toolbox

Description: Matlab 遗传算法(Genetic Algorithm)优化工具箱是基于基本操作及终止条件、二进制和十进制相互转换等操作的综合函数库。其实现步骤包括:通过输入及输出函数求出遗传算法主函数、初始种群的生成函数,采用选择、交叉、变异操作求得基本遗传操作函数。以函数仿真为例,对该函数优化和GA 改进,只需改写函数m 文件形式即可。(The Matlab Genetic Algorithm optimization toolbox is a comprehensive function library based on basic operations and termination conditions, binary and decimal conversion and other operations. The implementation steps include: the main function of genetic algorithm and the generation function of the initial population are obtained by the input and output functions, and the basic genetic operation function is obtained by the selection, crossover and mutation operations. Taking function simulation as an example, the function optimization and GA improvement only need to rewrite function m file form)
Platform: | Size: 9216 | Author: FZenjoys | Hits:

[matlabcrossover

Description: 负载均衡调度问题:假设有N个任务,需要负载均衡器分配给M个服务器节点去处理。每个任务的任务长度、每台服务器节点(下面简称“节点”)的处理速度已知,请给出一种任务分配方式,使得所有任务的总处理时间最短。crossover(Load balancing scheduling problem: suppose there are n tasks, which need to be allocated to m server nodes by load balancer. The task length of each task and the processing speed of each server node (hereinafter referred to as "node") are known. Please provide a task allocation method to minimize the total processing time of all tasks.crossover)
Platform: | Size: 2048 | Author: 言木 | Hits:

[matlab免疫算法求解配送中心选址问题matlab代码

Description: 免疫算法求解配送中心选址问题,配送中心向需求点配送货物是供应链中的重要部分.本文以成本最低为目标函数,把距离上限加入到惩罚机制,并根据抗体和抗原之间的亲和力设计自适应交叉和变异概率,把自适应的免疫算法应用到配送中心模型中进行求解,最后通过仿真实验对比验证了算法用在配送中心选址上有较好的效果.(Immune Algorithm is used to solve the location problem of Distribution Center, which is an important part of supply chain. This paper takes the lowest cost as the objective function, adds the upper distance limit to the penalty mechanism, and designs the adaptive crossover and mutation probability according to the affinity between antibody and Antigen, the adaptive immune algorithm is applied to the distribution center model to solve the problem. Finally, the simulation results show that the algorithm is effective in the location of Distribution Center.)
Platform: | Size: 31744 | Author: 代码大小姐 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net